GenerateGettersSettersInterface

Generates getter and setter for given interface. - Final methods are excluded. - void return types are excluded - const methods will only generate the const getter

mixin template GenerateGettersSettersInterface (
interface_
) if (
is(interface_ == interface)
)

Meta